home *** CD-ROM | disk | FTP | other *** search
- Path: mayne.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: Are you really my colleagues?!?
- Date: 21 Apr 1996 10:35:27 -0700
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4ldrkvINNlhc@mayne.ugrad.cs.ubc.ca>
- References: <317299C2.167E@gi.alaska.edu> <4l1228INN9hs@mayne.ugrad.cs.ubc.ca> <ElRx1euSMUE4Bmjzgx@transarc.com> <4lcn70$cq7@news.aloha.com>
- NNTP-Posting-Host: mayne.ugrad.cs.ubc.ca
-
- In article <4lcn70$cq7@news.aloha.com>, Jimen Ching <jching@aloha.com> wrote:
- >Jim_Mann@transarc.com wrote:
- >>If you think Shakespeare is "old English," you obviously don't know
- >>much about the subject. And, most of the physicists I know aren't
- >>illiterate; they do know Shakespeare. (I have a physics background
- >>myself and re-read Shakespeare frequently.)
- >
- >Ok, you caugh me. The adjective completely slipped my mind so I just
- >typed in 'old'. I should have just left it out. Go replace 'old'
- >with whatever adjective describes Shakespearian literature.
- >
- >>appropriate to the topic. "How do I write to a serial port on a PC?"
- >>is being done in C is clearly almost incidental.
- >
- >What if the question was "How do I write to a serial port on a PC in C?"
- >Would that still make C incidental? When I read someones question
-
- You can't write to a serial port in C. If the serial port is memory mapped, you
- can cast an integer representing its address to a pointer. The mapping is
- implementation defined, as is certainly the behavior of the serial port.
-
- On some computers (e.g. PC), the port belongs to an IO address space that isn't
- even accessible from the C program via _any_ pointer value.
-
- >in c.l.c, I always assumed that the author wants the solution/answer
- >that applies only to C. Otherwise, why did they post to c.l.c in
- >the first place? If they wanted a Pascal solution, did they think
- >that posting to c.l.c will get them the answer? Is that logical?
-
- Not at all. Serial port questions are off topic to comp.lang.pascal too. Pascal
- has no methods to access serial ports either.
-
- The only appropriate place to ask is in an operating-system specific group, and
- failing that, a hardware-specific group.
-
- >Let's face it. There's no straight formula to determine if some
- >question is inappropriate. If it was *that* simple, I'm sure even
-
- No there isn't. That's why all kinds of questions arise. Sometimes they get
- answered, sometimes they are so off the wall they get flamed. And other times,
- the only answer is to point to the FAQ or to an extremely appropriate newsgroup
- where the user is likely to discover happy hunting grounds.
-
- >these newbies could determine that. This is all I'm saying. My solution
- >to this problem is to either ignore the post altogether or email your
- >anger to the author. Why must I see it?
-
- So that other potential spammers see it also, unfortunately. Ignoring the post
- is not useful. For one thing, it would take a concerted effort of meny
- individuals to all ignore the posting. Secondly, the questioner will simply
- repeat his question.
-
- If you don't want to see it, get a threaded newsreader like 'trn' and just junk
- a whole thread whose root is an off-topic question. Or go to
- comp.lang.c.moderated, a fine newsgroup where you don't have to read any crap
- at all.
-